home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / currency.ctl < prev    next >
Text File  |  2000-05-12  |  772b  |  35 lines

  1. -- RCSVER $Id: currency.ctl,v 1.1 2000-05-03 12:28:57-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        currency.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the currency table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE currency
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     hw_type,
  18.     pulses,
  19.     cur_type,
  20.     value,
  21.     config_num
  22. )
  23. begindata
  24. 2|1|204|1|1|
  25. 2|2|201|25|1|
  26. 2|3|202|10|1|
  27. 2|4|203|5|1|
  28. 2|5|206|100|1|
  29. 2|6|205|50|1|
  30. 3|1|301|100|1|
  31. 3|5|302|500|1|
  32. 3|10|303|1000|1|
  33. 3|20|304|2000|1|
  34. 3|0|401|0|1|
  35.